home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tm / test.ds < prev    next >
Text File  |  1990-11-02  |  307b  |  19 lines

  1. || File: test.ds
  2. || Author: CvR
  3. ||
  4. || Datastructure file for exhausive test of tm.
  5.  
  6. toplevel ::=
  7.     Top la:[sublevel] lb:[sublevel] |
  8.     Toptuple tup:subtuple |
  9.     TopNone;
  10.  
  11. subtuple == ( tl:[thing], tn:int );
  12.  
  13. sublevel ::=
  14.     SubNamed n:int |
  15.     SubNamedlist thinglist:[thing] ;
  16.  
  17. thing ::=
  18.     Thing;
  19.